Skip to content

Conversation

@arakshit011
Copy link

Below is the reason why config aren't enable in upstream: Not all filesystem support encryption, the default config must be safe for all situation.

Upstream kernel keeps optional features off by default.

Filesystem encryption must be enabled in per-filesystem.

Kernel developmenters added options to dosable fscrypt per-filesystem means it's not intended as default.
CRs-Fixed: 4418940

Below is the reason why config aren't enable in upstream:
Not all filesystem support encryption, the default config
must be safe for all situation.

Upstream kernel keeps optional features off by default.

Filesystem encryption must be enabled in per-filesystem.

Kernel developmenters added options to dosable fscrypt
per-filesystem means it's not intended as default.

Signed-off-by: Wenjia Zhang <[email protected]>
Signed-off-by: Abhinaba Rakshit <[email protected]>
@qcomlnxci
Copy link

Tests-kaanapali-qrd

  • Total: 0 (✅ 0, ❌ 0, ⛔ 0, ⚠️ 0)

Tests-lemans-evk

  • Total: 0 (✅ 0, ❌ 0, ⛔ 0, ⚠️ 0)

Tests-qcs615-ride

  • Total: 0 (✅ 0, ❌ 0, ⛔ 0, ⚠️ 0)

Tests-qcs6490-rb3gen2

  • Total: 0 (✅ 0, ❌ 0, ⛔ 0, ⚠️ 0)

Tests-qcs8300-ride

  • Total: 31 (✅ 27, ❌ 2, ⛔ 0, ⚠️ 2)
    • Failures:
      • remoteproc
      • shmbridge

Tests-qcs9100-ride-r3

  • Total: 31 (✅ 28, ❌ 1, ⛔ 0, ⚠️ 2)
    • Failures:
      • shmbridge

Tests-sm8750-mtp

  • Total: 31 (✅ 18, ❌ 7, ⛔ 0, ⚠️ 6)
    • Failures:
      • cdsp_remoteproc
      • remoteproc
      • Probe_Failure_Check
      • Freq_Scaling
      • USBHost
      • shmbridge
      • BT_FW_KMD_Service

Tests-x1e80100-crd

  • Total: 0 (✅ 0, ❌ 0, ⛔ 0, ⚠️ 0)

@sgaud-quic
Copy link
Contributor

Crash on rb3gen2 device : https://lava-oss.qualcomm.com/scheduler/job/31543

[   19.427501][  T255] Call trace:
[   19.427504][  T255]  qcom_ice_check_supported+0x34/0x298 [qcom_ice] (P)
[   19.427514][  T255]  qcom_ice_create+0x94/0x160 [qcom_ice]
[   19.427523][  T255]  qcom_ice_probe+0x40/0x90 [qcom_ice]
[   19.427532][  T255]  platform_probe+0x64/0xa8
[   19.427542][  T255]  really_probe+0xc8/0x3a0
[   19.427548][  T255]  __driver_probe_device+0x84/0x170
[   19.427553][  T255]  driver_probe_device+0x44/0x120
[   19.427559][  T255]  __driver_attach+0xf8/0x208
[   19.427564][  T255]  bus_for_each_dev+0x84/0xf0
[   19.427570][  T255]  driver_attach+0x2c/0x40
[   19.427574][  T255]  bus_add_driver+0x118/0x248
[   19.427579][  T255]  driver_register+0x64/0x138
[   19.427585][  T255]  __platform_driver_register+0x2c/0x40
[   19.427590][  T255]  qcom_ice_driver_init+0x28/0xff8 [qcom_ice]
[   19.427599][  T255]  do_one_initcall+0x60/0x2c0
[   19.427607][  T255]  do_init_module+0x60/0x268
[   19.427615][  T255]  load_module+0x9c8/0xab0
[   19.427622][  T255]  init_module_from_file+0x90/0xe0
[   19.427629][  T255]  idempotent_init_module+0x1e0/0x2e8
[   19.427636][  T255]  __arm64_sys_finit_module+0x70/0xe8
[   19.427643][  T255]  invoke_syscall+0x50/0x120
[   19.427649][  T255]  el0_svc_common.constprop.0+0xc8/0xf0
[   19.427654][  T255]  do_el0_svc+0x24/0x38
[   19.427659][  T255]  el0_svc+0x38/0xe0
[   19.427667][  T255]  el0t_64_sync_handler+0xa0/0xe8
[   19.427673][  T255]  el0t_64_sync+0x19c/0x1a0
[   19.427681][  T255] Code: aa1e03f7 f9400416 910022d6 d503201f (b94002d5) 
[   19.427686][  T255] ---[ end trace 0000000000000000 ]---

Copy link
Contributor

@sgaud-quic sgaud-quic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Crash on rb3gen2 device :

[   19.427501][  T255] Call trace:
[   19.427504][  T255]  qcom_ice_check_supported+0x34/0x298 [qcom_ice] (P)
[   19.427514][  T255]  qcom_ice_create+0x94/0x160 [qcom_ice]
[   19.427523][  T255]  qcom_ice_probe+0x40/0x90 [qcom_ice]
[   19.427532][  T255]  platform_probe+0x64/0xa8
[   19.427542][  T255]  really_probe+0xc8/0x3a0
[   19.427548][  T255]  __driver_probe_device+0x84/0x170
[   19.427553][  T255]  driver_probe_device+0x44/0x120
[   19.427559][  T255]  __driver_attach+0xf8/0x208
[   19.427564][  T255]  bus_for_each_dev+0x84/0xf0
[   19.427570][  T255]  driver_attach+0x2c/0x40
[   19.427574][  T255]  bus_add_driver+0x118/0x248
[   19.427579][  T255]  driver_register+0x64/0x138
[   19.427585][  T255]  __platform_driver_register+0x2c/0x40
[   19.427590][  T255]  qcom_ice_driver_init+0x28/0xff8 [qcom_ice]
[   19.427599][  T255]  do_one_initcall+0x60/0x2c0
[   19.427607][  T255]  do_init_module+0x60/0x268
[   19.427615][  T255]  load_module+0x9c8/0xab0
[   19.427622][  T255]  init_module_from_file+0x90/0xe0
[   19.427629][  T255]  idempotent_init_module+0x1e0/0x2e8
[   19.427636][  T255]  __arm64_sys_finit_module+0x70/0xe8
[   19.427643][  T255]  invoke_syscall+0x50/0x120
[   19.427649][  T255]  el0_svc_common.constprop.0+0xc8/0xf0
[   19.427654][  T255]  do_el0_svc+0x24/0x38
[   19.427659][  T255]  el0_svc+0x38/0xe0
[   19.427667][  T255]  el0t_64_sync_handler+0xa0/0xe8
[   19.427673][  T255]  el0t_64_sync+0x19c/0x1a0
[   19.427681][  T255] Code: aa1e03f7 f9400416 910022d6 d503201f (b94002d5) 
[   19.427686][  T255] ---[ end trace 0000000000000000 ]---

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants